home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / sabdu201.zip / SAMPLE.RC < prev    next >
Text File  |  1992-11-01  |  278b  |  15 lines

  1. #include <Windows.h>
  2. #include "Sample.h"
  3.  
  4. SampleMenu MENU
  5. BEGIN
  6.     POPUP        "&File"
  7.     BEGIN
  8.         MENUITEM "&Open",    IDM_OPEN
  9.         MENUITEM "&Save",    IDM_SAVE
  10.         MENUITEM "E&xit",    IDM_EXIT
  11.     END
  12.     MENUITEM     "&Cancel", IDCANCEL
  13. END
  14.  
  15.